Skip to content

Conversation

@NeiroYT
Copy link
Collaborator

@NeiroYT NeiroYT commented Dec 8, 2025

No description provided.

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

❌ Patch coverage is 79.31034% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.07%. Comparing base (beccd99) to head (8d47d37).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
include/graph/graph.hpp 78.18% 6 Missing and 6 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #243      +/-   ##
==========================================
- Coverage   82.36%   82.07%   -0.30%     
==========================================
  Files          47       47              
  Lines        2382     2427      +45     
  Branches     1398     1430      +32     
==========================================
+ Hits         1962     1992      +30     
- Misses        194      206      +12     
- Partials      226      229       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@NeiroYT NeiroYT changed the title Switch to shared_ptr in Graph class Switch to shared_ptr in Graph class and change Graph interface Dec 8, 2025

int main() {
int type = 2;
Tensor aaaa = make_tensor(std::vector<int>({0}));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please rename tensor

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed

}
return false;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove irrelevant changes

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

add_executable(ACC acc_check.cpp)
target_link_libraries(ACC BuildGraph)

add_executable(onnx_subs onnx_subs.cpp)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"subs" does not really tell anything to the user. Probably, "subgraphs" would be a better name?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed

Comment on lines 52 to 66
for (auto& i : vec) {
for (int j : i) {
std::cerr << j << ' ';
}
std::cerr << '\n';
}
std::cerr << "Time for path5:" << time << '\n';

for (auto& i : vec2) {
for (int j : i) {
std::cerr << j << ' ';
}
std::cerr << '\n';
}
std::cerr << "Time for concat:" << time2 << '\n';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, clean up debug output

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@allnes allnes merged commit f112a10 into main Dec 23, 2025
23 checks passed
@allnes allnes mentioned this pull request Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants